InviteUserListComponent

open class InviteUserListComponent : SelectUserListComponent<T>

This class creates and performs a view corresponding the user list area when inviting users in Sendbird UIKit. since 3.0.0

Functions

Link copied to clipboard
open fun <T : InviteUserListAdapter?> setAdapter(@NonNull adapter: T)
Sets the user list adapter when inviting users to provide child views on demand.

Properties

Link copied to clipboard
protected open val adapter: InviteUserListAdapter